Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
087822f2
Commit
087822f2
authored
Jul 31, 2002
by
Christoph Hellwig
Committed by
Christoph Hellwig
Jul 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] documentation typos in
from Debian's kernel package [ Typo fix, makes sense, please apply ]
parent
79fc9cd3
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
include/asm-alpha/socket.h
include/asm-alpha/socket.h
+1
-1
include/asm-arm/socket.h
include/asm-arm/socket.h
+1
-1
include/asm-i386/socket.h
include/asm-i386/socket.h
+1
-1
include/asm-ia64/socket.h
include/asm-ia64/socket.h
+1
-1
include/asm-m68k/socket.h
include/asm-m68k/socket.h
+1
-1
include/asm-mips/socket.h
include/asm-mips/socket.h
+1
-1
include/asm-mips64/socket.h
include/asm-mips64/socket.h
+1
-1
include/asm-parisc/socket.h
include/asm-parisc/socket.h
+1
-1
include/asm-ppc/socket.h
include/asm-ppc/socket.h
+1
-1
include/asm-s390/socket.h
include/asm-s390/socket.h
+1
-1
include/asm-sh/socket.h
include/asm-sh/socket.h
+1
-1
include/asm-sparc/socket.h
include/asm-sparc/socket.h
+1
-1
include/asm-sparc64/socket.h
include/asm-sparc64/socket.h
+1
-1
No files found.
include/asm-alpha/socket.h
View file @
087822f2
...
...
@@ -3,7 +3,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
/*
* Note: we only bother about making the SOL_SOCKET options
* same as OSF/1, as that's all that "normal" programs are
...
...
include/asm-arm/socket.h
View file @
087822f2
...
...
@@ -3,7 +3,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
...
...
include/asm-i386/socket.h
View file @
087822f2
...
...
@@ -3,7 +3,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
...
...
include/asm-ia64/socket.h
View file @
087822f2
...
...
@@ -10,7 +10,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
...
...
include/asm-m68k/socket.h
View file @
087822f2
...
...
@@ -3,7 +3,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
...
...
include/asm-mips/socket.h
View file @
087822f2
...
...
@@ -4,7 +4,7 @@
#include <asm/sockios.h>
/*
* For setsockopt
ions
(2)
* For setsockopt(2)
*
* This defines are ABI conformant as far as Linux supports these ...
*/
...
...
include/asm-mips64/socket.h
View file @
087822f2
...
...
@@ -12,7 +12,7 @@
#include <asm/sockios.h>
/*
* For setsockopt
ions
(2)
* For setsockopt(2)
*
* This defines are ABI conformant as far as Linux supports these ...
*/
...
...
include/asm-parisc/socket.h
View file @
087822f2
...
...
@@ -3,7 +3,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 0xffff
#define SO_DEBUG 0x0001
...
...
include/asm-ppc/socket.h
View file @
087822f2
...
...
@@ -12,7 +12,7 @@
#define SIOCATMARK 0x8905
#define SIOCGSTAMP 0x8906
/* Get stamp */
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
...
...
include/asm-s390/socket.h
View file @
087822f2
...
...
@@ -11,7 +11,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
...
...
include/asm-sh/socket.h
View file @
087822f2
...
...
@@ -3,7 +3,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
...
...
include/asm-sparc/socket.h
View file @
087822f2
...
...
@@ -4,7 +4,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 0xffff
#define SO_DEBUG 0x0001
...
...
include/asm-sparc64/socket.h
View file @
087822f2
...
...
@@ -4,7 +4,7 @@
#include <asm/sockios.h>
/* For setsockopt
ions
(2) */
/* For setsockopt(2) */
#define SOL_SOCKET 0xffff
#define SO_DEBUG 0x0001
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment