summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/ChangeLog4
-rw-r--r--src/appl/bsd/logutil.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 8cee81e67..3b422b0e3 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct 3 13:21:51 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * logutil.c (logwtmp): Remove declaration for strncpy().
+
Fri Sep 30 17:04:24 1994 Theodore Y. Ts'o (tytso@dcl)
* krshd.c: Use ifdef for SETPGRP_TWOARG and HAVE_KILLPG
diff --git a/src/appl/bsd/logutil.c b/src/appl/bsd/logutil.c
index c4e44eff7..0f7bc5963 100644
--- a/src/appl/bsd/logutil.c
+++ b/src/appl/bsd/logutil.c
@@ -132,7 +132,6 @@ logwtmp(line, name, host, keep_open, logingin)
struct utmp ut;
struct stat buf;
time_t time();
- char *strncpy();
if (fd < 0 && (fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0)
return;