]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/appl.c
remove gcc warnings and cleanup inline mess
[netatalk.git] / etc / afpd / appl.c
index 6fd2abb15c4679166a5196741ded95ccad50516d..7934b48ea9702b08258acb6ed2ad883217cf5717 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: appl.c,v 1.12.2.1.2.2.2.2 2005-09-27 10:40:41 didg Exp $
+ * $Id: appl.c,v 1.12.2.1.2.2.2.3 2008-11-25 15:16:32 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -29,7 +29,7 @@
 
 static struct savedt   sa = { { 0, 0, 0, 0 }, -1, 0, 0};
 
-static __inline__ int pathcmp( p, plen, q, qlen )
+static int pathcmp( p, plen, q, qlen )
 char   *p;
 int    plen;
 char   *q;