bin/88013: bsdtar incorrect config [PATCH]

Andrey Chernov ache at FreeBSD.org
Wed Oct 26 00:20:15 PDT 2005


>Number:         88013
>Category:       bin
>Synopsis:       bsdtar incorrect config [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 26 07:20:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Chernov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD pobrecita.freebsd.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #18: Tue Oct 25 16:33:42 MSD 2005 ache at pobrecita.freebsd.ru:/usr/src/sys/i386/compile/POBRECITA i386


>Description:
	Day|Month order is wrong for some locales.
>How-To-Repeat:
	LANG=ru_RU.KOI8-R tar ztvf <archive>
>Fix:

HAVE_NL_LANGINFO is never defined because __FreeBSD__version is in missing
<sys/param.h>

--- bsdtar_platform.h.bak	Mon Sep 26 09:47:36 2005
+++ bsdtar_platform.h	Fri Oct 21 05:33:14 2005
@@ -40,6 +40,7 @@
 #else
 
 #ifdef __FreeBSD__
+#include <sys/param.h>
 /* A default configuration for FreeBSD, used if there is no config.h. */
 #define	PACKAGE_NAME "bsdtar"
 


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list