diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-10-25 20:31:22 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-10-25 20:31:22 +0000 |
| commit | bdf7c19d9bfc9bc02c4cc48cd2725610971ec6c7 (patch) | |
| tree | d8708c428266695647c87532217d05d3411b7d4f /compat.c | |
| parent | f74e4d18d1c2154445d8e162d083a20d6ed0c74e (diff) | |
Notes
Diffstat (limited to 'compat.c')
| -rw-r--r-- | compat.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $NetBSD: compat.c,v 1.89 2012/06/10 21:44:01 wiz Exp $ */ +/* $NetBSD: compat.c,v 1.90 2012/10/07 19:17:31 sjg Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -70,14 +70,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: compat.c,v 1.89 2012/06/10 21:44:01 wiz Exp $"; +static char rcsid[] = "$NetBSD: compat.c,v 1.90 2012/10/07 19:17:31 sjg Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)compat.c 8.2 (Berkeley) 3/19/94"; #else -__RCSID("$NetBSD: compat.c,v 1.89 2012/06/10 21:44:01 wiz Exp $"); +__RCSID("$NetBSD: compat.c,v 1.90 2012/10/07 19:17:31 sjg Exp $"); #endif #endif /* not lint */ #endif @@ -247,7 +247,6 @@ CompatRunCommand(void *cmdp, void *gnp) if (*cmdStart == '\0') { free(cmdStart); - Error("%s expands to empty string", cmd); return(0); } cmd = cmdStart; |
