OSSP CVS Repository

ossp - Difference in ossp-pkg/mm/aclocal.m4 versions 1.25 and 1.26
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/mm/aclocal.m4 1.25 -> 1.26

--- aclocal.m4   2002/07/26 13:04:39     1.25
+++ aclocal.m4   2002/12/19 09:14:58     1.26
@@ -6,7 +6,7 @@
 ## are met:
 ##
 ## 1. Redistributions of source code must retain the above copyright
-##    notice, this list of conditions and the following disclaimer. 
+##    notice, this list of conditions and the following disclaimer.
 ##
 ## 2. Redistributions in binary form must reproduce the above copyright
 ##    notice, this list of conditions and the following disclaimer in
@@ -241,7 +241,7 @@
 #define KERNEL 1
 #endif
 #ifdef MM_OS_BS2000
-#define _KMEMUSER 
+#define _KMEMUSER
 #endif
 #include <sys/ipc.h>
 #include <sys/shm.h>
@@ -276,7 +276,7 @@
         return 0;
     if (ftruncate(fd, size) == -1)
         return 0;
-    if ((segment = (void *)mmap(NULL, size, PROT_READ|PROT_WRITE, 
+    if ((segment = (void *)mmap(NULL, size, PROT_READ|PROT_WRITE,
                                 MAP_SHARED, fd, 0)) == (void *)MAP_FAILED) {
         close(fd);
         return 0;
@@ -297,7 +297,7 @@
 #endif
 #ifdef TEST_BEOS
     area_id id;
-    id = create_area("mm_test", (void*)&segment, B_ANY_ADDRESS, size, 
+    id = create_area("mm_test", (void*)&segment, B_ANY_ADDRESS, size,
                      B_LAZY_LOCK, B_READ_AREA|B_WRITE_AREA);
     if (id < 0)
         return 0;
@@ -308,7 +308,7 @@
 
 #define ABS(n) ((n) >= 0 ? (n) : (-(n)))
 
-int main(int argc, char *argv[]) 
+int main(int argc, char *argv[])
 {
     int t, m, b;
     int d;

CVSTrac 2.0.1