and return only works from a function
[debian/sudo] / src / sudo.h
index cbf4860d3e2cb4e957541c62068a2f95ba2146e2..f3155059fdec9346c726770d3f9698ab4a3f4212 100644 (file)
@@ -230,8 +230,4 @@ int get_net_ifs(char **addrinfo);
 /* setgroups.c */
 int sudo_setgroups(int ngids, const GETGROUPS_T *gids);
 
-#ifndef errno
-extern int errno;
-#endif
-
 #endif /* _SUDO_SUDO_H */