]> granicus.if.org Git - sudo/commitdiff
don't need limits.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Aug 1999 17:09:49 +0000 (17:09 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Aug 1999 17:09:49 +0000 (17:09 +0000)
tgetpass.c

index 0c6f885c48f90eaca2527a9b3560746f9f18a911..9a169c2bc2fe32ff12f50b0bffbd0da2d4fcf663 100644 (file)
@@ -47,7 +47,6 @@
 #ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif /* HAVE_STRINGS_H */
-#include <limits.h>
 #include <pwd.h>
 #include <sys/param.h>
 #include <sys/types.h>