summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/demuxer.c2
-rw-r--r--libtrivfs/protid-clean.c3
-rw-r--r--libtrivfs/times.c4
3 files changed, 0 insertions, 9 deletions
diff --git a/libtrivfs/demuxer.c b/libtrivfs/demuxer.c
index 27777468..49ee45a8 100644
--- a/libtrivfs/demuxer.c
+++ b/libtrivfs/demuxer.c
@@ -35,5 +35,3 @@ trivfs_demuxer (mach_msg_header_t *inp,
|| trivfs_fsys_server (inp, outp)
|| ports_interrupt_server (inp, outp));
}
-
-
diff --git a/libtrivfs/protid-clean.c b/libtrivfs/protid-clean.c
index a9623a3c..f98da6a5 100644
--- a/libtrivfs/protid-clean.c
+++ b/libtrivfs/protid-clean.c
@@ -50,6 +50,3 @@ trivfs_clean_protid (void *arg)
if (cred->realnode != MACH_PORT_NULL)
mach_port_deallocate (mach_task_self (), cred->realnode);
}
-
-
-
diff --git a/libtrivfs/times.c b/libtrivfs/times.c
index d2fcc589..5f08cb18 100644
--- a/libtrivfs/times.c
+++ b/libtrivfs/times.c
@@ -46,7 +46,3 @@ trivfs_set_mtime (struct trivfs_control *cntl)
file_utimes (cntl->underlying, atime, mtime);
return 0;
}
-
-
-
-