* libltp/include/test.h: Remove gethostid declaration.

This commit is contained in:
Corinna Vinschen
2003-05-09 20:53:22 +00:00
parent b92899cca0
commit 8e67b974a9
2 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,6 @@ int execvp(const char *, const char * const []);
/* CGF: Avoid compilation warnings for undefined functions */
extern int setregid (gid_t, gid_t);
int setreuid (uid_t, uid_t);
int gethostid (void);
#define TPASS 0 /* Test passed flag */
#define TFAIL 1 /* Test failed flag */