2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

Fix mkstemps() prototype

This commit is contained in:
Todd C. Miller
2010-07-09 10:22:20 -04:00
parent ea4298bb54
commit 684d1fd9f7

View File

@@ -64,7 +64,7 @@ size_t strlcpy(char *, const char *, size_t);
void *memrchr(const void *, int, size_t); void *memrchr(const void *, int, size_t);
#endif #endif
#ifndef HAVE_MKSTEMPS #ifndef HAVE_MKSTEMPS
int mkstemps(char *); int mkstemps(char *, int);
#endif #endif
#ifndef HAVE_NANOSLEEP #ifndef HAVE_NANOSLEEP
int nanosleep(const struct timespec *, struct timespec *); int nanosleep(const struct timespec *, struct timespec *);