]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/interface.h
Warning fixes.
[netatalk.git] / etc / atalkd / interface.h
index 735b1f7ecc5c46180d5221b1f09e6b86cf0a53ff..f1e4dd3fe0256a1c183719fc154012c96fee0c3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: interface.h,v 1.2 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: interface.h,v 1.3 2001-07-31 19:50:14 srittau Exp $
  * Copyright (c) 1990,1992 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
  */
@@ -45,9 +45,9 @@ struct interface {
 
 #ifdef linux
 #define LOOPIFACE      "lo"
-#else linux
+#else /* !linux */
 #define LOOPIFACE      "lo0"
-#endif linux
+#endif /* linux */
 
 extern struct interface        *interfaces;
 extern struct interface        *ciface;