From 04b38c4c173cef3b1b12163f1cf5a9b3cef8cb4a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 23 May 2009 15:13:26 +0200 Subject: Use dh_installemacsen, closes #515164 --- debian/cscope.emacsen-remove | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/cscope.emacsen-remove (limited to 'debian/cscope.emacsen-remove') diff --git a/debian/cscope.emacsen-remove b/debian/cscope.emacsen-remove new file mode 100644 index 0000000..2feafac --- /dev/null +++ b/debian/cscope.emacsen-remove @@ -0,0 +1,11 @@ +#!/bin/sh +set -e + +FLAVOUR=$1 +PACKAGE=cscope +ELCFILE=xcscope.el + +if [ $FLAVOUR != emacs ]; then + echo "remove/$PACKAGE: Purging byte-compiled files for $FLAVOUR" + rm -f /usr/share/$FLAVOUR/site-lisp/$ELCFILE +fi -- cgit v1.2.3-54-g00ecf d class='main'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/rxrpc/sendmsg.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-09-02 22:39:45 +0100
committerDavid Howells <dhowells@redhat.com>2016-09-04 21:41:39 +0100
commitdf423a4af125f5b3d6f71b630e5c209774c353fd (patch)
tree9735485f17bd5d154d4bfcd38c7da0a5bb0a2fbe /net/rxrpc/sendmsg.c
parent0b58b8a18be4932849ec88a820b08345c6528ea5 (diff)
rxrpc: Rearrange net/rxrpc/sendmsg.c
Rearrange net/rxrpc/sendmsg.c to be in a more logical order. This makes it easier to follow and eliminates forward declarations. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/sendmsg.c')
-rw-r--r--net/rxrpc/sendmsg.c558
1 files changed, 277 insertions, 281 deletions
diff --git a/net/rxrpc/sendmsg.c b/net/rxrpc/sendmsg.c