Remove declaration for strncpy()
authorTheodore Tso <tytso@mit.edu>
Mon, 3 Oct 1994 17:22:44 +0000 (17:22 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 3 Oct 1994 17:22:44 +0000 (17:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4423 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/logutil.c

index 8cee81e678e71ba97766b59bab886cd18c305839..3b422b0e3e70b4b3a0bcdc2e29d3d70b359b5b6f 100644 (file)
@@ -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
index c4e44eff7860a9915e78097aa34c30ae6bb49564..0f7bc5963d14ce0d06a75b4a8d3f2738e0e37103 100644 (file)
@@ -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;