diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2001-11-21 20:40:21 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2001-11-21 20:40:21 +0000 |
| commit | 1e45081335120b0cbe92f665a95d16a7c5c69c0d (patch) | |
| tree | 71e0e6df8301803a4ff8da6d15a966549f8c980c /lib/libc | |
| parent | 31689d25c8fbd6739434c38ce65b4304da9cbf40 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/readpassphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/readpassphrase.c b/lib/libc/gen/readpassphrase.c index 162e3c14fcce..2f7023202aba 100644 --- a/lib/libc/gen/readpassphrase.c +++ b/lib/libc/gen/readpassphrase.c @@ -28,7 +28,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char rcsid[] = "$OpenBSD: readpassphrase.c,v 1.7 2001/08/07 19:34:11 millert Exp $"; #endif /* LIBC_SCCS and not lint */ -include <sys/cdefs.h> +#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include "namespace.h" |
