]> arthur.barton.de Git - netatalk.git/commitdiff
Remove cruft
authorfranklahm <franklahm>
Tue, 3 Feb 2009 14:23:27 +0000 (14:23 +0000)
committerfranklahm <franklahm>
Tue, 3 Feb 2009 14:23:27 +0000 (14:23 +0000)
libatalk/acl/Makefile.am
libatalk/acl/acl.c [deleted file]

index 8dbebe0ca648f423b0bf7281ddf3966435c0c053..9e9e63adf0202844858c05159253c4c282014bd7 100644 (file)
@@ -6,7 +6,6 @@ if USE_NFSv4_ACLS
 
 noinst_LTLIBRARIES = libacl.la
 libacl_la_SOURCES = \
-       acl.c           \
        ldap.c          \
        uuid.c          \
        cache.c         \
diff --git a/libatalk/acl/acl.c b/libatalk/acl/acl.c
deleted file mode 100644 (file)
index 6cc87bb..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-   $Id: acl.c,v 1.1 2009-02-02 11:55:01 franklahm Exp $
-   Copyright (c) 2008,2009 Frank Lahm <franklahm@gmail.com>
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif /* HAVE_CONFIG_H */
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <errno.h>
-
-#include <atalk/logger.h>
-#include <atalk/afp.h>
-