<sys/errno.h> -> <errno.h>
authorJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:20:06 +0000 (12:20 +0000)
committerJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:20:06 +0000 (12:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2231 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/localaddr.c

index 6122198ec44eb55074693f0de608f54e7352850b..8243b7608db44e34b4b52ab2e77ab0e3496e150f 100644 (file)
@@ -40,7 +40,7 @@ static char rcsid_getaddr_c[] =
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <net/if.h>
-#include <sys/errno.h>
+#include <errno.h>
 
 /*
  * The SIOCGIF* ioctls require a socket.