summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-01-14 16:11:14 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-01-14 16:11:14 +0000
commit4055ef7301ddf93120eb174f3473be15ce5a658b (patch)
tree480a5f4a4cc6b7f0988e6e3236dcb37dd79e9579 /lib
parent426d734ff06e769cf5117053b6264c4a9decd3b2 (diff)
downloade2fsprogs-4055ef7301ddf93120eb174f3473be15ce5a658b.tar.gz
ChangeLog, tune2fs.c:
tune2fs.c (add_journal): Minor fixes from Andreas Dilger. Flush stdout after printing in-progress message. (main): Exit with status code 1 if we failed to determine the mount status of the device. ChangeLog, gcc-wall-cleanup: gcc-wall-cleanup: Remove additional annoying warning messages emited by gcc 2.95.2. ChangeLog, uuid.h: uuid: Change arguments to make it clear which argument is the source and which is the destination.
Diffstat (limited to 'lib')
-rw-r--r--lib/uuid/ChangeLog5
-rw-r--r--lib/uuid/uuid.h2
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog
index ac5255e3..94fcb9a8 100644
--- a/lib/uuid/ChangeLog
+++ b/lib/uuid/ChangeLog
@@ -2,8 +2,9 @@
* uuid_time.c (main), tst_uuid.c (main): Fix gcc -Wall complaints.
- * copy.c (uuid_copy): Change arguments to make it clear which
- argument is the source and which is the destination.
+ * uuid.h, copy.c (uuid_copy): Change arguments to make it
+ clear which argument is the source and which is the
+ destination.
* gen_uuid.c (get_random_fd): Use gettimeofday to seed the PRNG,
so we can take advantage of tv_usec to do (slightly)
diff --git a/lib/uuid/uuid.h b/lib/uuid/uuid.h
index 785f586b..0e974d89 100644
--- a/lib/uuid/uuid.h
+++ b/lib/uuid/uuid.h
@@ -28,7 +28,7 @@ void uuid_clear(uuid_t uu);
int uuid_compare(uuid_t uu1, uuid_t uu2);
/* copy.c */
-void uuid_copy(uuid_t uu1, uuid_t uu2);
+void uuid_copy(uuid_t dst, uuid_t src);
/* gen_uuid.c */
void uuid_generate(uuid_t out);