Bug 57103 - unterminated #ifndef in /usr/include/linux/socket.h.
Summary: unterminated #ifndef in /usr/include/linux/socket.h.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: glibc-kernheaders
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-12-04 21:35 UTC by Ed Solis
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-12-04 21:53:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Ed Solis 2001-12-04 21:35:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.16-0.5 i686)

Description of problem:
There's an unterminated #ifndef preprocessor directive in the file
/usr/include/linux/socket.h. The compiler flaged it as the #ifndef
directive of the header guard but I don't believe that the missing #endif
belongs to the header guard.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Compile any program that use /usr/include/linux/socket.h
2.
3.
	

Actual Results:  The "unterminated #ifndef" error is generated

Expected Results:  The "unterminated #ifndef" should not be generated.

Additional info:

Comment 1 Ed Solis 2001-12-04 21:53:23 UTC
It seems that the missing #endif belongs to the preprocessor directive that
starts at line 78 of /usr/include/linux/socket.h

Comment 2 Arjan van de Ven 2001-12-04 22:02:26 UTC
fixed... thanks again!


Note You need to log in before you can comment on or make changes to this bug.