bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in variables.c prevents compiling on QNX6


From: James Ingraham
Subject: Typo in variables.c prevents compiling on QNX6
Date: Wed, 10 Jan 2007 16:40:34 GMT


Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: nto-qnx6.3.2
Compiler: qcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='nto-qnx6.3.2' -DCONF_MACHTYPE='i386-pc-nto-qnx6.3.2' 
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' 
-DSHELL -DHAVE_CONFIG_H -Dqnx -Dqnx6  -I. -I. -I./include -I./lib -I./lib/intl 
-I/root/open/bash-3.2/lib/intl -g -O2
uname output: QNX EA33a7ae 6.3.2 2006/03/16-14:19:50EST x86pc x86 
Machine Type: i386-pc-nto-qnx6.3.2 

Bash Version: 3.2
Patch Level: 0
Release Status: release 

Description:
 Typo on line 29 of variables.c prevents compiling in QNX 6.x 

Repeat-By:
 NA 

Fix:
 insert the missing "s" on line 29 of variables.c: 
#   include <sy/netmgr.h>
becomes:
#   include <sys/netmgr.h>


Sincerely,
James Ingraham
Software Development Team Leader
Sage Automation, Inc.
www.sagerobot.com 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]