summaryrefslogtreecommitdiff
path: root/system.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-02-25 15:41:21 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-02-25 15:41:21 +0000
commite83e157021177930b64ec4aa4983bbe13b39e91b (patch)
tree7fc884e3b06555207951e6413e5c5770a76ddbbf /system.c
parentee245d8ca36ce90212db3684528c9ed68f92d643 (diff)
downloadstrace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.gz
strace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.bz2
strace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.xz
Compress blank lines
Suppress repeated empty lines left after automated code removal. This change was made by filtering every source code file through "cat -s".
Diffstat (limited to 'system.c')
-rw-r--r--system.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/system.c b/system.c
index 4597af5..61a614a 100644
--- a/system.c
+++ b/system.c
@@ -381,10 +381,6 @@ sys_cacheflush(struct tcb *tcp)
}
#endif /* SH */
-
-
-
-
#ifdef SYS_capget
static const struct xlat capabilities[] = {
@@ -433,7 +429,6 @@ static const struct xlat capabilities[] = {
{ 0, NULL },
};
-
int
sys_capget(struct tcb *tcp)
{
@@ -931,8 +926,6 @@ sys_sysctl(struct tcb *tcp)
return 0;
}
-
-
#ifdef MIPS
#ifndef __NEW_UTS_LEN