make non-C99 compilers happy
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 17 Feb 2004 19:51:21 +0000 (19:51 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 17 Feb 2004 19:51:21 +0000 (19:51 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@920 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/ensc_vector/testsuite/test1.c
util-vserver/src/testsuite/vunify-functest.c

index 756765d..0faae3c 100644 (file)
@@ -123,4 +123,6 @@ int main()
          E(4)==4 && E(5)==5 && E(6)==6 && E(7)==7)); 
 
   Vector_free(&v);
+
+  return 0;
 }
index c6df950..3b8f4d3 100644 (file)
@@ -28,4 +28,5 @@ extern void   PathInfo_test();
 int main()
 {
   PathInfo_test();
+  return 0;
 }