Module Name: othersrc
Committed By: lukem
Date: Tue Jan 29 12:26:47 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/src: extern.h
Log Message:
minimize differences with NetBSD upstream
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 othersrc/libexec/tnftpd/src/extern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/src/extern.h
diff -u othersrc/libexec/tnftpd/src/extern.h:1.17 othersrc/libexec/tnftpd/src/extern.h:1.18
--- othersrc/libexec/tnftpd/src/extern.h:1.17 Tue Jan 29 12:14:46 2019
+++ othersrc/libexec/tnftpd/src/extern.h Tue Jan 29 12:26:47 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.17 2019/01/29 12:14:46 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.18 2019/01/29 12:26:47 lukem Exp $ */
/* from NetBSD: extern.h,v 1.64 2018/06/23 07:21:00 gson Exp */
/*-
@@ -304,7 +304,7 @@ struct ftpclass {
LLT sendlowat; /* SO_SNDLOWAT size */
};
-extern void ftp_loop(void);
+__dead extern void ftp_loop(void);
extern void ftp_handle_line(char *);
#ifndef GLOBAL