Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47518
b: refs/heads/master
c: 57a87bb
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Feb 11, 2007
1 parent 5ad307a commit c1167dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4564f9e5fd00767d11fcf61e0d52787706dfcc87
refs/heads/master: 57a87bb0720a5cf7a9ece49a8c8ed288398fd1bb
2 changes: 1 addition & 1 deletion trunk/include/linux/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct __kernel_sockaddr_storage {
/* _SS_MAXSIZE value minus size of ss_family */
} __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */

#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
#ifdef __KERNEL__

#include <asm/socket.h> /* arch-dependent defines */
#include <linux/sockios.h> /* the SIOCxxx I/O controls */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#endif

#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
#ifdef __KERNEL__

#define S_IFMT 00170000
#define S_IFSOCK 0140000
Expand Down

0 comments on commit c1167dd

Please sign in to comment.