2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +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);
#endif
#ifndef HAVE_MKSTEMPS
int mkstemps(char *);
int mkstemps(char *, int);
#endif
#ifndef HAVE_NANOSLEEP
int nanosleep(const struct timespec *, struct timespec *);