From bd8556c8dd5664067d4113f30e20ab2e3a11fc3b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 20 Jul 2006 20:23:04 +0000 Subject: r17162: Fix typo small typos noticed by Paul Green. (This used to be commit 1a5874588686fb4ece9be70059ff75b975ed2bd5) --- source3/nsswitch/winbindd_nss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_nss.h') diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index c4217220cc..b36c0147a7 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -45,7 +45,7 @@ #if defined(uint64) # define SMB_TIME_T uint64 #else -# define SMB_TIME_t time_t +# define SMB_TIME_T time_t #endif /* Socket commands */ -- cgit