summaryrefslogtreecommitdiffstats
path: root/bin/sh/alias.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
commitc58aca035e2c61510b619368861598623eb95e52 (patch)
tree049d84189a59de29d49254b609a318b17ee59387 /bin/sh/alias.c
parenta958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (diff)
downloadFreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.zip
FreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.tar.gz
Merge in NetBSD mods and -Wall cleaning.
Obtained from: NetBSD, me
Diffstat (limited to 'bin/sh/alias.c')
-rw-r--r--bin/sh/alias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/alias.c b/bin/sh/alias.c
index d6ae730..0984860 100644
--- a/bin/sh/alias.c
+++ b/bin/sh/alias.c
@@ -33,11 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: alias.c,v 1.3 1995/05/30 00:07:10 rgrimes Exp $
+ * $Id: alias.c,v 1.4 1996/09/01 10:19:26 peter Exp $
*/
#ifndef lint
-static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
+static char const sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
#endif /* not lint */
#include <stdlib.h>
OpenPOWER on IntegriCloud