Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 clean up multiple inclusion protection def'n...



details:   https://anonhg.NetBSD.org/src/rev/e8c52ad61198
branches:  trunk
changeset: 472165:e8c52ad61198
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Apr 23 18:00:34 1999 +0000

description:
clean up multiple inclusion protection def'ns and whitespace

diffstat:

 sys/compat/osf1/osf1_errno.h |  46 ++++++++++++++++++++++----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diffs (94 lines):

diff -r c1867b186716 -r e8c52ad61198 sys/compat/osf1/osf1_errno.h
--- a/sys/compat/osf1/osf1_errno.h      Fri Apr 23 17:47:02 1999 +0000
+++ b/sys/compat/osf1/osf1_errno.h      Fri Apr 23 18:00:34 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_errno.h,v 1.1 1999/04/23 05:37:42 cgd Exp $ */
+/* $NetBSD: osf1_errno.h,v 1.2 1999/04/23 18:00:34 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -35,8 +35,8 @@
  * <sys/errno.h>.
  */
 
-#ifndef _OSF1_ERRNO_H_
-#define _OSF1_ERRNO_H_
+#ifndef _COMPAT_OSF1_OSF1_ERRNO_H_
+#define _COMPAT_OSF1_OSF1_ERRNO_H_
 
 #define OSF1_ESUCCESS          0
 #define OSF1_EPERM             1
@@ -73,37 +73,37 @@
 #define OSF1_EPIPE             32
 #define OSF1_EDOM              33
 #define OSF1_ERANGE            34
-#define OSF1_EWOULDBLOCK               35
-#define OSF1_EINPROGRESS               36
+#define OSF1_EWOULDBLOCK       35
+#define OSF1_EINPROGRESS       36
 #define OSF1_EALREADY          37
 #define OSF1_ENOTSOCK          38
-#define OSF1_EDESTADDRREQ              39
+#define OSF1_EDESTADDRREQ      39
 #define OSF1_EMSGSIZE          40
 #define OSF1_EPROTOTYPE                41
-#define OSF1_ENOPROTOOPT               42
-#define OSF1_EPROTONOSUPPORT           43
-#define OSF1_ESOCKTNOSUPPORT           44
+#define OSF1_ENOPROTOOPT       42
+#define OSF1_EPROTONOSUPPORT   43
+#define OSF1_ESOCKTNOSUPPORT   44
 #define OSF1_EOPNOTSUPP                45
-#define OSF1_EPFNOSUPPORT              46
-#define OSF1_EAFNOSUPPORT              47
+#define OSF1_EPFNOSUPPORT      46
+#define OSF1_EAFNOSUPPORT      47
 #define OSF1_EADDRINUSE                48
-#define OSF1_EADDRNOTAVAIL             49
+#define OSF1_EADDRNOTAVAIL     49
 #define OSF1_ENETDOWN          50
-#define OSF1_ENETUNREACH               51
+#define OSF1_ENETUNREACH       51
 #define OSF1_ENETRESET         52
-#define OSF1_ECONNABORTED              53
+#define OSF1_ECONNABORTED      53
 #define OSF1_ECONNRESET                54
 #define OSF1_ENOBUFS           55
 #define OSF1_EISCONN           56
 #define OSF1_ENOTCONN          57
 #define OSF1_ESHUTDOWN         58
-#define OSF1_ETOOMANYREFS              59
+#define OSF1_ETOOMANYREFS      59
 #define OSF1_ETIMEDOUT         60
-#define OSF1_ECONNREFUSED              61
+#define OSF1_ECONNREFUSED      61
 #define OSF1_ELOOP             62
-#define OSF1_ENAMETOOLONG              63
+#define OSF1_ENAMETOOLONG      63
 #define OSF1_EHOSTDOWN         64
-#define OSF1_EHOSTUNREACH              65
+#define OSF1_EHOSTUNREACH      65
 #define OSF1_ENOTEMPTY         66
 #define OSF1_EPROCLIM          67
 #define OSF1_EUSERS            68
@@ -111,10 +111,10 @@
 #define OSF1_ESTALE            70
 #define OSF1_EREMOTE           71
 #define OSF1_EBADRPC           72
-#define OSF1_ERPCMISMATCH              73
-#define OSF1_EPROGUNAVAIL              74
-#define OSF1_EPROGMISMATCH             75
-#define OSF1_EPROCUNAVAIL              76
+#define OSF1_ERPCMISMATCH      73
+#define OSF1_EPROGUNAVAIL      74
+#define OSF1_EPROGMISMATCH     75
+#define OSF1_EPROCUNAVAIL      76
 #define OSF1_ENOLCK            77
 #define OSF1_ENOSYS            78
 #define OSF1_EFTYPE            79
@@ -147,4 +147,4 @@
 
 extern int netbsd_to_osf1_errno[];
 
-#endif /* _OSF1_ERRNO_H_ */
+#endif /* _COMPAT_OSF1_OSF1_ERRNO_H_ */



Home | Main Index | Thread Index | Old Index