Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278815
b: refs/heads/master
c: 5d531aa
h: refs/heads/master
i:
  278813: 0e140d7
  278811: cc0a98e
  278807: feb76bb
  278799: 1eef5d3
  278783: 3d427f8
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Dec 16, 2011
1 parent ea35224 commit b4cb820
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbf391958afb9b82c72324a15891eb3102200085
refs/heads/master: 5d531aaa64a06622874f06e5068b8eefca048feb
7 changes: 7 additions & 0 deletions trunk/net/unix/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ config UNIX

Say Y unless you know what you are doing.

config UNIX_DIAG
tristate "UNIX: socket monitoring interface"
depends on UNIX
default UNIX
---help---
Support for UNIX socket monitoring interface used by the ss tool.
If unsure, say Y.
3 changes: 3 additions & 0 deletions trunk/net/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ obj-$(CONFIG_UNIX) += unix.o

unix-y := af_unix.o garbage.o
unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o

obj-$(CONFIG_UNIX_DIAG) += unix_diag.o
unix_diag-y := diag.o

0 comments on commit b4cb820

Please sign in to comment.