Whamcloud - gitweb
ChangeLog, e2p.h, feature.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 14:29:22 +0000 (14:29 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 14:29:22 +0000 (14:29 +0000)
commit36caf25f8d61eb8ffddc9895463bce5807e96808
tree2bb71565661c5c9808a3516f406d5c1035887562
parentf68aa41476b0d7f43e85413fd08d7cfc8f916ea6
ChangeLog, e2p.h, feature.c:
  feature.c: Fix GCC warnings; add const to the char * types in the
   function prototypes for e2p_feature2string and e2p_edit_feature.
ChangeLog, uuid.h, uuid_time.c:
  uuid_time.c (variant_string): Declare to be static to avoid gcc warnings.
  uuid.h: Add function prototypes for uuid_generate_random() and
   uuid_generate_time().
ChangeLog, chattr.c:
  chattr.c: Add hack to compile in a definition for S_ISLNK so we can
   successfully compile even with warnings turned on.
lib/e2p/ChangeLog
lib/e2p/e2p.h
lib/e2p/feature.c
lib/uuid/ChangeLog
lib/uuid/uuid.h
lib/uuid/uuid_time.c
misc/ChangeLog
misc/chattr.c