[24060] in Source-Commits
/svn/athena r23664 - in trunk/athena/bin/delete: . debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Mar 29 15:56:27 2009
Date: Sun, 29 Mar 2009 15:56:16 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903291956.n2TJuGmJ009306@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-29 15:56:16 -0400 (Sun, 29 Mar 2009)
New Revision: 23664
Modified:
trunk/athena/bin/delete/debian/changelog
trunk/athena/bin/delete/directories.h
Log:
In delete:
* Apply patches from jik:
- Fix compiler nit by adding missing prototyle to directories.h
Modified: trunk/athena/bin/delete/debian/changelog
===================================================================
--- trunk/athena/bin/delete/debian/changelog 2009-03-29 19:56:03 UTC (rev 23663)
+++ trunk/athena/bin/delete/debian/changelog 2009-03-29 19:56:16 UTC (rev 23664)
@@ -10,8 +10,9 @@
KB, MB or GB, rather than always printing kb.
- Fix a double free in lsdel
- Fix compiler nit by including <string.h> in stack.c
+ - Fix compiler nit by adding missing prototyle to directories.h
- -- Evan Broder <broder@mit.edu> Sun, 29 Mar 2009 14:59:32 -0400
+ -- Evan Broder <broder@mit.edu> Sun, 29 Mar 2009 15:02:58 -0400
debathena-delete (10.0.0-0debathena1) unstable; urgency=low
Modified: trunk/athena/bin/delete/directories.h
===================================================================
--- trunk/athena/bin/delete/directories.h 2009-03-29 19:56:03 UTC (rev 23663)
+++ trunk/athena/bin/delete/directories.h 2009-03-29 19:56:16 UTC (rev 23664)
@@ -57,6 +57,7 @@
int add_file_to_parent();
int add_path_to_tree();
int find_child();
+int change_path();
filerec *first_in_directory();
filerec *first_specified_in_directory();
filerec *get_cwd_tree();