diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1995-06-28 02:35:56 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 1995-06-28 02:35:56 +0000 |
commit | f73b0311ac1803c16476ea9cf47a21f6839a4487 (patch) | |
tree | 798c3fc000c05f4504451d7c8bb2d3319b73356a /Makefile.in | |
parent | 349c7830bcc78120eb5186c971ed9a193fa8a491 (diff) | |
download | sudo-f73b0311ac1803c16476ea9cf47a21f6839a4487.tar.gz |
getcwd -> getwd
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 481f67fed..aee760b5d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -108,7 +108,7 @@ VERSION = 1.3.3 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ PORTING README RUNSON TROUBLESHOOTING Makefile.in acsite.m4 \ - aixcrypt.exp config.h.in configure configure.in getcwd.c strdup.c \ + aixcrypt.exp config.h.in configure configure.in getwd.c strdup.c \ indent.pro install-sh lsearch.c putenv.c tgetpass.c search.h \ utime.h utime.c testsudoers.c \ sudoers sample.sudoers sudo.cat sudo.man visudo.cat visudo.man |