aboutsummaryrefslogtreecommitdiffstats
path: root/mkproto.pl
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-11-24 11:50:41 -0800
committerWayne Davison <wayned@samba.org>2007-11-24 11:50:41 -0800
commit613c2d44317e9e1aacba22a3af9ce31078893339 (patch)
treef372802eda07dc89e1adcf3a22e50fda565e3755 /mkproto.pl
parent225787a4a4c3ed08dade67d057a4a858f6273a10 (diff)
downloadandroid_external_rsync-613c2d44317e9e1aacba22a3af9ce31078893339.tar.gz
android_external_rsync-613c2d44317e9e1aacba22a3af9ce31078893339.tar.bz2
android_external_rsync-613c2d44317e9e1aacba22a3af9ce31078893339.zip
Improved proto.h-tstamp handling, including cleanup.
Diffstat (limited to 'mkproto.pl')
-rw-r--r--mkproto.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkproto.pl b/mkproto.pl
index 11b0cd2f..cdeb2ea3 100644
--- a/mkproto.pl
+++ b/mkproto.pl
@@ -44,3 +44,5 @@ if ($old_protos ne $protos) {
print OUT $protos;
close OUT;
}
+
+open(OUT, '>proto.h-tstamp') and close OUT;