]> arthur.barton.de Git - netatalk.git/commitdiff
"R. Lewczuk" <R.Lewczuk@elka.pw.edu.pl>:
authorsrittau <srittau>
Sun, 14 Apr 2002 10:53:37 +0000 (10:53 +0000)
committersrittau <srittau>
Sun, 14 Apr 2002 10:53:37 +0000 (10:53 +0000)
| There's also a trivial patch fixing problems with SGID directories on
| some unstable compilers (ex. RH 7.2).

This is done by removing an inline statement.

etc/afpd/unix.c

index e1c7c8dd52d2e3c5d2ba3cafb118af5a0bb3da0d..4f74c32f545ae63b8bc83c298d9efa65039fdbf4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.c,v 1.32 2002-03-24 01:23:41 sibaz Exp $
+ * $Id: unix.c,v 1.33 2002-04-14 10:53:37 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -213,7 +213,7 @@ struct maccess      *ma;
     return( mode );
 }
 
-inline int stickydirmode(name, mode, dropbox)
+int stickydirmode(name, mode, dropbox)
 char * name;
 const mode_t mode;
 const int dropbox;