summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_struct_protocol.h
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-13 12:47:28 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-13 12:58:58 +0100
commit5eeb1fc44737a3b788fb84945966ded108caf3cf (patch)
tree13d3b616f828608c85ba1ea4d4397c4102c6a31d /nsswitch/winbind_struct_protocol.h
parentf0bc02d74c16bc013e9fdab46ef271cf45873453 (diff)
downloadsamba-5eeb1fc44737a3b788fb84945966ded108caf3cf.tar.gz
samba-5eeb1fc44737a3b788fb84945966ded108caf3cf.tar.bz2
samba-5eeb1fc44737a3b788fb84945966ded108caf3cf.zip
NSS:winbind_struct_protocol.h - fix typo
Diffstat (limited to 'nsswitch/winbind_struct_protocol.h')
-rw-r--r--nsswitch/winbind_struct_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h
index 2e0751f79a..70fc477039 100644
--- a/nsswitch/winbind_struct_protocol.h
+++ b/nsswitch/winbind_struct_protocol.h
@@ -55,7 +55,7 @@ typedef char fstring[FSTRING_LEN];
/* Have to deal with time_t being 4 or 8 bytes due to structure alignment.
On a 64bit Linux box, we have to support a constant structure size
- between /lib/libnss_winbind.so.2 and /li64/libnss_winbind.so.2.
+ between /lib/libnss_winbind.so.2 and /lib64/libnss_winbind.so.2.
The easiest way to do this is to always use 8byte values for time_t. */
#define SMB_TIME_T int64_t