OSDN Git Service

Fix declaration of dumpacl, per Alvaro.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Aug 2005 19:45:51 +0000 (19:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Aug 2005 19:45:51 +0000 (19:45 +0000)
src/backend/catalog/aclchk.c

index 81dcc90..97da342 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.117 2005/08/12 21:20:24 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.118 2005/08/17 19:45:51 tgl Exp $
  *
  * NOTES
  *       See acl.h.
@@ -53,7 +53,7 @@ static const char *privilege_to_string(AclMode privilege);
 
 
 #ifdef ACLDEBUG
-static
+static void
 dumpacl(Acl *acl)
 {
        int                     i;