Author: avg
Date: Mon Apr  4 17:39:30 2011
New Revision: 220335
URL: http://svn.freebsd.org/changeset/base/220335

Log:
  errno.h: fix couple of whitespace nits
  
  Submitted by: bde (a half of the changes)
  MFC after:    1 week

Modified:
  head/sys/sys/errno.h

Modified: head/sys/sys/errno.h
==============================================================================
--- head/sys/sys/errno.h        Mon Apr  4 17:30:33 2011        (r220334)
+++ head/sys/sys/errno.h        Mon Apr  4 17:39:30 2011        (r220335)
@@ -165,7 +165,7 @@ __END_DECLS
 #define        EILSEQ          86              /* Illegal byte sequence */
 #define        ENOATTR         87              /* Attribute not found */
 
-#define EDOOFUS                88              /* Programming error */
+#define        EDOOFUS         88              /* Programming error */
 #endif /* _POSIX_SOURCE */
 
 #define        EBADMSG         89              /* Bad message */
@@ -175,7 +175,7 @@ __END_DECLS
 
 #ifndef _POSIX_SOURCE
 #define        ENOTCAPABLE     93              /* Capabilities insufficient */
-#define        ECAPMODE                94              /* Not permitted in 
capability mode */
+#define        ECAPMODE        94              /* Not permitted in capability 
mode */
 #endif /* _POSIX_SOURCE */
 
 #ifndef _POSIX_SOURCE
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to