Skip to content

Commit

Permalink
NSS:winbind_struct_protocol.h - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Dieter Wallnöfer committed Mar 13, 2010
1 parent f0bc02d commit 5eeb1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsswitch/winbind_struct_protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eeb1fc

Please sign in to comment.