sed: unbreak multiple -e, -f option handling (my fault)
[oweals/busybox.git] / include / shadow_.h
index 1b14f0a7bc61c9e3bcad99cc90efa3da45b4cda3..177ee5f938eece29c3e8d718ca6fba3578a193af 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -79,7 +80,7 @@ extern int getspent_r (struct spwd *__result_buf, char *__buffer,
 
 extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
                       char *__buffer, size_t __buflen,
-                      struct spwd **__result)__THROW;
+                      struct spwd **__result);
 
 extern int sgetspent_r (__const char *__string, struct spwd *__result_buf,
                        char *__buffer, size_t __buflen,