diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-04 05:41:58 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-04 05:41:58 +0000 |
commit | 290fcc059d9fe17e7c22befa3c3615823eef59d6 (patch) | |
tree | 3d48e15674c15d481ba268cd05cf072f00a9aa21 /usr.sbin/lpr/lpc/cmds.c | |
parent | 73e06b23207009eef589976eeefda52b10cd5f05 (diff) |
Integrated 4.4Lite2 source
Fixed potential problem pointed out by bitblt
Diffstat (limited to 'usr.sbin/lpr/lpc/cmds.c')
-rw-r--r-- | usr.sbin/lpr/lpc/cmds.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c index 0b9aff00e2d..b4394914cf8 100644 --- a/usr.sbin/lpr/lpc/cmds.c +++ b/usr.sbin/lpr/lpc/cmds.c @@ -39,7 +39,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /* @@ -49,6 +49,7 @@ static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; #include <sys/param.h> #include <sys/time.h> #include <sys/stat.h> +#include <sys/file.h> #include <signal.h> #include <fcntl.h> |