Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 For lack of a bit, the letter was lost. For...



details:   https://anonhg.NetBSD.org/src/rev/9f99a192e6f4
branches:  trunk
changeset: 472870:9f99a192e6f4
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon May 10 21:41:07 1999 +0000

description:
For lack of a bit, the letter was lost.  For lack of the letter, the
macro was lost.  For lack of the macro, the function was lost.  For lack
of the function, the syscall was lost.  For lack of the syscall, the
application was lost.  For lack of the application, my time was lost.

diffstat:

 sys/compat/osf1/osf1.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0ce2d051af9 -r 9f99a192e6f4 sys/compat/osf1/osf1.h
--- a/sys/compat/osf1/osf1.h    Mon May 10 21:15:42 1999 +0000
+++ b/sys/compat/osf1/osf1.h    Mon May 10 21:41:07 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1.h,v 1.19 1999/05/10 04:18:22 cgd Exp $ */
+/* $NetBSD: osf1.h,v 1.20 1999/05/10 21:41:07 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -521,7 +521,7 @@
 
 #define osf1_major(x)          ((((dev_t)(x)) >> 20) & 0x00000fff)
 #define osf1_minor(x)          ((((dev_t)(x)) >>  0) & 0x000fffff)
-#define osf1_makedev(x,y)      ((((dev_t)(x)) << 20) | ((dev_t)(x)))
+#define osf1_makedev(x,y)      ((((dev_t)(x)) << 20) | ((dev_t)(y)))
 
 
 /* uio.h */



Home | Main Index | Thread Index | Old Index