diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-20 01:06:09 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-20 01:06:09 +0000 |
commit | 4af961f0101bf2e9a6fd3fe26068cd0296c1b618 (patch) | |
tree | f0b202409947aecfb9b15586be8798b890db5d1d /source3/include | |
parent | a44db4a3284e8eb6065bfedb7f3bf3188e282095 (diff) | |
download | samba-4af961f0101bf2e9a6fd3fe26068cd0296c1b618.tar.gz samba-4af961f0101bf2e9a6fd3fe26068cd0296c1b618.tar.bz2 samba-4af961f0101bf2e9a6fd3fe26068cd0296c1b618.zip |
Fixed stupid blunder where I renamed getpwanam to getpwnam.
Jeremy.
(This used to be commit b02d21a73d7f098c5599c606abbb5c92ea4ba13e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index c030ea53a6..d49a77ccb2 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -442,8 +442,8 @@ /* Define if you have the getprpwnam function. */ #undef HAVE_GETPRPWNAM -/* Define if you have the getpwnam function. */ -#undef HAVE_GETPWNAM +/* Define if you have the getpwanam function. */ +#undef HAVE_GETPWANAM /* Define if you have the getrlimit function. */ #undef HAVE_GETRLIMIT |