From e312a21daaebe14095cd701d8e516a48549cd877 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 3 Oct 1994 17:22:44 +0000 Subject: [PATCH] Remove declaration for strncpy() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4423 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 4 ++++ src/appl/bsd/logutil.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.26.2