removed a __THROW which is not needed and causes errors with newer gcc
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 24 Sep 2004 15:10:31 +0000 (15:10 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 24 Sep 2004 15:10:31 +0000 (15:10 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1714 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/rpm-fake.c

index 1b3fb82..b2f416c 100644 (file)
@@ -624,7 +624,7 @@ removeNamespaceMounts(char const *path, char * const argv[])
 
 
 int
-execv(char const *path, char * const argv[]) __THROW
+execv(char const *path, char * const argv[])
 {
   return removeNamespaceMounts(path, argv);
 }