artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baebfba
)
#include <string.h> since we use string functions...
author
millert
<millert@openbsd.org>
Fri, 4 Apr 1997 16:51:37 +0000
(16:51 +0000)
committer
millert
<millert@openbsd.org>
Fri, 4 Apr 1997 16:51:37 +0000
(16:51 +0000)
sbin/nologin/nologin.c
patch
|
blob
|
history
diff --git
a/sbin/nologin/nologin.c
b/sbin/nologin/nologin.c
index
e49feae
..
c4132b5
100644
(file)
--- a/
sbin/nologin/nologin.c
+++ b/
sbin/nologin/nologin.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nologin.c,v 1.
1 1997/02/16 04:15:32 downsj Exp $
*/
+/* $OpenBSD: nologin.c,v 1.
2 1997/04/04 16:51:37 millert Exp $
*/
/*
* Copyright (c) 1997, Jason Downs. All rights reserved.
@@
-27,6
+27,7
@@
#include <sys/types.h>
#include <fcntl.h>
+#include <string.h>
#include <unistd.h>
/* Distinctly different from _PATH_NOLOGIN. */