Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/rasops Misplaced #endif.



details:   https://anonhg.NetBSD.org/src/rev/1842ea1897aa
branches:  trunk
changeset: 482060:1842ea1897aa
user:      ad <ad%NetBSD.org@localhost>
date:      Sat Feb 12 22:06:54 2000 +0000

description:
Misplaced #endif.

diffstat:

 sys/dev/rasops/rasops24.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r c5a52e6908b2 -r 1842ea1897aa sys/dev/rasops/rasops24.c
--- a/sys/dev/rasops/rasops24.c Sat Feb 12 22:02:01 2000 +0000
+++ b/sys/dev/rasops/rasops24.c Sat Feb 12 22:06:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rasops24.c,v 1.10 2000/02/12 21:58:58 ad Exp $ */
+/*     $NetBSD: rasops24.c,v 1.11 2000/02/12 22:06:54 ad Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include "opt_rasops.h"
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.10 2000/02/12 21:58:58 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.11 2000/02/12 22:06:54 ad Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -541,6 +541,7 @@
        
        stamp_mutex--;
 }
+#endif /* !RASOPS_SMALL */
 
 /*
  * Erase rows. This is nice and easy due to alignment.
@@ -766,4 +767,3 @@
                }       
        }
 }
-#endif /* !RASOPS_SMALL */



Home | Main Index | Thread Index | Old Index