Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/postfix/local Need <string.h> for strlen() prototype.
details: https://anonhg.NetBSD.org/src/rev/626e7eac0801
branches: trunk
changeset: 485734:626e7eac0801
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu May 04 06:08:56 2000 +0000
description:
Need <string.h> for strlen() prototype.
diffstat:
gnu/dist/postfix/local/file.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 3185b903e704 -r 626e7eac0801 gnu/dist/postfix/local/file.c
--- a/gnu/dist/postfix/local/file.c Thu May 04 03:30:57 2000 +0000
+++ b/gnu/dist/postfix/local/file.c Thu May 04 06:08:56 2000 +0000
@@ -50,6 +50,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <string.h>
/* Utility library. */
Home |
Main Index |
Thread Index |
Old Index