update comment
authorKen Raeburn <raeburn@mit.edu>
Wed, 9 Jan 2002 03:26:16 +0000 (03:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 9 Jan 2002 03:26:16 +0000 (03:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14099 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/localaddr.c

index a481945f05ce8497eb55fccbfdad9c05d9c773eb..fc40d7e9e1ea3c9cc148b64d5d6f587eb5232512 100644 (file)
@@ -799,8 +799,9 @@ add_addr (void *P_data, struct sockaddr *a)
 #endif
 
 #ifdef AF_LINK
-       /* Some BSD-based systems (e.g. NetBSD 1.5) will include the
-          ethernet address, but we don't want that, at least for now.  */
+       /* Some BSD-based systems (e.g. NetBSD 1.5) and AIX will
+          include the ethernet address, but we don't want that, at
+          least for now.  */
     case AF_LINK:
        break;
 #endif