Module Name: othersrc
Committed By: lukem
Date: Sat Nov 7 09:59:09 UTC 2009
Modified Files:
othersrc/libexec/tnftpd: tnftpd.h
Log Message:
Rename config.h to tnftpd_config.h
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 othersrc/libexec/tnftpd/tnftpd.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/tnftpd.h
diff -u othersrc/libexec/tnftpd/tnftpd.h:1.32 othersrc/libexec/tnftpd/tnftpd.h:1.33
--- othersrc/libexec/tnftpd/tnftpd.h:1.32 Fri Dec 19 05:08:42 2008
+++ othersrc/libexec/tnftpd/tnftpd.h Sat Nov 7 09:59:09 2009
@@ -1,8 +1,8 @@
-/* $NetBSD: tnftpd.h,v 1.32 2008/12/19 05:08:42 lukem Exp $ */
+/* $NetBSD: tnftpd.h,v 1.33 2009/11/07 09:59:09 lukem Exp $ */
#define FTPD_VERSION PACKAGE_STRING
-#include "config.h"
+#include "tnftpd_config.h"
#include <stdio.h>
#include <ctype.h>