summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/popen.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-08-09 09:02:31 +0000
committermarkm <markm@FreeBSD.org>1996-08-09 09:02:31 +0000
commita81e90df6d17789e93c7470d7662e17d29e64d6e (patch)
tree957fb9f78eb7fef3da050bca5e36cdf27b4437c9 /libexec/ftpd/popen.c
parente28846e4e97d0e1a11ec41714537df5c6d64a78b (diff)
downloadFreeBSD-src-a81e90df6d17789e93c7470d7662e17d29e64d6e.zip
FreeBSD-src-a81e90df6d17789e93c7470d7662e17d29e64d6e.tar.gz
Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.
Diffstat (limited to 'libexec/ftpd/popen.c')
-rw-r--r--libexec/ftpd/popen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index b26732e..90a39cb 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -34,10 +34,11 @@
* SUCH DAMAGE.
*
*/
-
+#if 0
#ifndef lint
static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
#endif /* not lint */
+#endif
#include <sys/types.h>
#include <sys/wait.h>
OpenPOWER on IntegriCloud