diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-27 23:45:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-27 23:45:33 +0000 |
commit | e4b284d1695c0c1a106c6298b89d87536b29cc27 (patch) | |
tree | 8118ce413ca38aea1f8c3212eb3591ce38908f4b /bin/csh | |
parent | 8437a0e3a9806aeeb4f89f74f71b6732458c6bb6 (diff) |
compile
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/csh/csh.c b/bin/csh/csh.c index 64319064ca9..712bb1f12ae 100644 --- a/bin/csh/csh.c +++ b/bin/csh/csh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: csh.c,v 1.3 1996/10/27 23:42:54 millert Exp $ */ +/* $OpenBSD: csh.c,v 1.4 1996/10/27 23:45:32 millert Exp $ */ /* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */ /*- @@ -44,13 +44,14 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93"; #else -static char rcsid[] = "$OpenBSD: csh.c,v 1.3 1996/10/27 23:42:54 millert Exp $"; +static char rcsid[] = "$OpenBSD: csh.c,v 1.4 1996/10/27 23:45:32 millert Exp $"; #endif #endif /* not lint */ #include <sys/types.h> #include <sys/ioctl.h> #include <sys/stat.h> +#include <sys/param.h> #include <fcntl.h> #include <errno.h> #include <pwd.h> |