From 78a23a4d5ab27c8af26c0e232c099a0c16907649 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:11:55 +0200 Subject: xio: add ioexact operations Break this out so that we only need to have sigint non-static where it is really needed. Signed-off-by: Daniel Borkmann --- xio.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xio.h') diff --git a/xio.h b/xio.h index 8a8f58a..e443122 100644 --- a/xio.h +++ b/xio.h @@ -1,9 +1,3 @@ -/* - * netsniff-ng - the packet sniffing beast - * Copyright 2009, 2010 Daniel Borkmann. - * Subject to the GPL, version 2. - */ - #ifndef XIO_H #define XIO_H @@ -14,7 +8,5 @@ extern int tun_open_or_die(char *name, int type); extern void pipe_or_die(int pipefd[2], int flags); extern ssize_t read_or_die(int fd, void *buf, size_t count); extern ssize_t write_or_die(int fd, const void *buf, size_t count); -extern ssize_t read_exact(int fd, void *buf, size_t len, int mayexit); -extern ssize_t write_exact(int fd, void *buf, size_t len, int mayexit); #endif /* XIO_H */ -- cgit v1.2.3-54-g00ecf ge='this.form.submit();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-07 20:48:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-07 20:48:45 -0700
commit2c34ff14bf1d03a705f5400888ecac5b6400e981 (patch)
treedf5ec14776f77122c35b867c3aa539d762caa791 /arch
parent07021b43597f506cc525d139ed1a94e79cf184f2 (diff)
parent9a2950fe9cb6882063181673846953d44f32cc3a (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32
Pull avr32 update from Hans-Christian Noren Egtvedt. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32: avr32: migrate exception table users off module.h and onto extable.h
Diffstat (limited to 'arch')