Date: Wed, 21 Mar 2001 10:22:45 -0800 (PST) From: phusnikn@cynikal.net To: freebsd-gnats-submit@FreeBSD.org Subject: i386/25968: /usr/src/lib/libcrypt/../libutil/property.c Doesnt compile cleanly unable to get PROPERTY_MAX_NAME from <libutil.h> Message-ID: <200103211822.f2LIMjG98342@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 25968 >Category: i386 >Synopsis: /usr/src/lib/libcrypt/../libutil/property.c Doesnt compile cleanly unable to get PROPERTY_MAX_NAME from <libutil.h> >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 21 11:40:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rodrick Brown >Release: 4.2 >Organization: New York Life Insurance Company >Environment: FreeBSD phusathlon.nexus 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: diff /usr/include/libutil.h /usr/src/lib/libutil/libutil.h 26c26 < * $FreeBSD: src/lib/libutil/libutil.h,v 1.26.2.2 2000/09/20 09:53:23 jkh Exp $ --- > * $FreeBSD: src/lib/libutil/libutil.h,v 1.31 2001/03/19 05:04:30 rwatson Exp $ 33a34,36 > #define PROPERTY_MAX_NAME 64 > #define PROPERTY_MAX_VALUE 512 > 47a51,53 > int extattr_namespace_to_string __P((int attrnamespace, char **string)); > int extattr_string_to_namespace __P((const char *string, > int *attrnamespace)); >How-To-Repeat: cd /usr/src/lib/libcrypt make :) >Fix: have /usr/src/lib/libcrypt/../libutil/property.c include /usr/src/lib/libutil/libutil.h instead of <libutil.h> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103211822.f2LIMjG98342>