[357] in arla-drinkers
acl.h is broken
daemon@ATHENA.MIT.EDU (Max)
Sun Nov 1 23:43:32 1998
From owner-arla-drinkers@stacken.kth.se Mon Nov 02 04:43:31 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 10497 invoked from network); 2 Nov 1998 04:43:30 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 2 Nov 1998 04:43:30 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id FAA08826
for arla-drinkers-list; Mon, 2 Nov 1998 05:38:56 +0100 (MET)
Received: from tornado2.Stanford.EDU (tornado2.Stanford.EDU [171.64.15.155])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id FAA08822
for <arla-drinkers@stacken.kth.se>; Mon, 2 Nov 1998 05:38:52 +0100 (MET)
Received: (from maxk@localhost)
by tornado2.Stanford.EDU (8.8.8/8.8.7) id UAA05096
for arla-drinkers@stacken.kth.se; Sun, 1 Nov 1998 20:36:55 -0800 (PST)
Message-Id: <199811020436.UAA05096@tornado2.Stanford.EDU>
Subject: acl.h is broken
To: arla-drinkers@stacken.kth.se
Date: Sun, 1 Nov 1998 20:36:55 -0800 (PST)
From: Max <davros@cyclone.Stanford.EDU>
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Hello!
It looks like acl.h in version 0.14 is broken. It needs to have
the following lines added:
#ifndef HAVE_KRB_PRINCIPAL
#include <stds.h>
#endif
Otherwise, compilation bombs out with:
acl_files.c: In function `acl_canonicalize_principal':
acl_files.c:85: `krb_principal' undeclared (first use this function)
Max