1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Remove obsolete comment about bool.

This commit is contained in:
Jelmer Vernooij 2008-10-17 12:02:39 +02:00
parent fb1a93e666
commit dea4db9611

View File

@ -1087,10 +1087,6 @@ LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to);
ssize_t readahead(int fd, off64_t offset, size_t count);
#endif
/* TRUE and FALSE are part of the C99 standard and gcc, but
unfortunately many vendor compilers don't support them. Use True
and False instead. */
#ifdef TRUE
#undef TRUE
#endif