aboutsummaryrefslogtreecommitdiffstats
path: root/extract.sh
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-02-13 14:38:19 +0100
committerAndrey Konovalov <andreyknvl@google.com>2017-02-13 14:38:19 +0100
commit53e5ebba71240aa17f16f705aea37d7082bb767f (patch)
tree8bc958e7485c1ad43d4ed5eb2829727b3fe2c079 /extract.sh
parent2a4a49e7f31f96a86d53b6b65fd8316b29dbd252 (diff)
sys: add dccp socket & packet descriptions
Diffstat (limited to 'extract.sh')
-rwxr-xr-xextract.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/extract.sh b/extract.sh
index 490aa0eb7..cd356da06 100755
--- a/extract.sh
+++ b/extract.sh
@@ -20,13 +20,13 @@ fi
UPSTREAM_FILES="sys/bpf.txt sys/dri.txt sys/fuse.txt sys/input.txt sys/ipc.txt
sys/key.txt sys/kvm.txt sys/loop.txt sys/perf.txt sys/random.txt
- sys/sndcontrol.txt sys/sndseq.txt sys/sndtimer.txt sys/socket.txt
- sys/socket_alg.txt sys/socket_bluetooth.txt sys/socket_inet.txt
- sys/socket_inet_icmp.txt sys/socket_inet_sctp.txt sys/socket_inet_tcp.txt
- sys/socket_inet_udp.txt sys/socket_kcm.txt sys/socket_key.txt
- sys/socket_netlink.txt sys/socket_netrom.txt sys/socket_nfc.txt
- sys/socket_unix.txt sys/sys.txt sys/test.txt sys/tty.txt sys/tun.txt
- sys/vnet.txt"
+ sys/sndcontrol.txt sys/sndseq.txt sys/sndtimer.txt
+ sys/sys.txt sys/test.txt sys/tty.txt sys/tun.txt sys/vnet.txt
+ sys/socket.txt sys/socket_alg.txt sys/socket_bluetooth.txt
+ sys/socket_inet.txt sys/socket_inet_tcp.txt sys/socket_inet_udp.txt
+ sys/socket_inet_icmp.txt sys/socket_inet_sctp.txt sys/socket_inet_dccp.txt
+ sys/socket_kcm.txt sys/socket_key.txt sys/socket_netlink.txt
+ sys/socket_netrom.txt sys/socket_nfc.txt sys/socket_unix.txt"
ANDROID_FILES="sys/tlk_device.txt"