summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-10-07 02:25:33 +0000
committerTheodore Tso <tytso@mit.edu>1995-10-07 02:25:33 +0000
commitbecc75622240e33b9275cb378bda89720388924c (patch)
tree5c3ecd9246f300cd87233e3b48b5d90bb20053c6 /src
parent7999d002f339b1c5f5d2fb1ae3446a3883099c6e (diff)
downloadkrb5-becc75622240e33b9275cb378bda89720388924c.tar.gz
krb5-becc75622240e33b9275cb378bda89720388924c.tar.xz
krb5-becc75622240e33b9275cb378bda89720388924c.zip
Include the file windows.in instead of pre.in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6945 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/wconfig.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61339b6a9..259a4be9a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
Fri Oct 6 00:57:25 1995 Theodore Y. Ts'o <tytso@dcl>
+ * wconfig.c: Include the file windows.in instead of pre.in
+
* Makefile.in (ekrbsrc.mac): Build the list of files *after*
building files using awk-windows-mac.
diff --git a/src/wconfig.c b/src/wconfig.c
index 9081f1d43..ae4a85610 100644
--- a/src/wconfig.c
+++ b/src/wconfig.c
@@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
char *ptr; /* For parsing the input */
if (argc == 2) /* Config directory given */
- copy_file (argv[1], "\\pre.in"); /* Send out prefix */
+ copy_file (argv[1], "\\windows.in"); /* Send out prefix */
while ((ptr = gets(buf)) != NULL) { /* Filter stdin */
if (memcmp ("##DOS", buf, 5) == 0)