X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fuams%2Fuams_pam.c;h=2600e7989331be8d9d31ebca54a40945691cb66b;hb=3adfc34b14bf40a472c82eb328b9c3160df7e127;hp=0870968cb4f34e1dfe3c011b5c40722f5e5e8114;hpb=18dd302e01b96a2db59f65e4bacf9e1608b2d06f;p=netatalk.git diff --git a/etc/uams/uams_pam.c b/etc/uams/uams_pam.c index 0870968c..2600e798 100644 --- a/etc/uams/uams_pam.c +++ b/etc/uams/uams_pam.c @@ -1,5 +1,5 @@ /* - * $Id: uams_pam.c,v 1.17 2005-04-28 20:49:50 bfernhomberg Exp $ + * $Id: uams_pam.c,v 1.18 2009-09-14 00:02:21 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) @@ -10,7 +10,6 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#ifndef ATACC #include #include #ifdef HAVE_UNISTD_H @@ -495,4 +494,3 @@ UAM_MODULE_EXPORT struct uam_export uams_pam = { UAM_MODULE_VERSION, uam_setup, uam_cleanup }; -#endif