test_profile.c: Add usage message if not enough arguments
authorTheodore Tso <tytso@mit.edu>
Wed, 12 Jun 1996 05:29:43 +0000 (05:29 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 12 Jun 1996 05:29:43 +0000 (05:29 +0000)
commit9ea5441a9f42a441060d05cd1373bcd99804397b
tree3ef0ad865e64b4c6b1469bb7bbb7872a5181b3dd
parent578f087df29a96f7652506dee6b46a8e2aa30be3
test_profile.c: Add usage message if not enough arguments

prof_parse.c (dump_profile_to_file, dump_profile): Dump the profile
using the correct line terminator for Windows, Macintosh, etc.

prof_parse.c:
prof_file.c: Change _WINDOWS to _MSDOS, and add check for _WIN32.

prof_int.h: Add size #defines for _WIN32.  Handle prototypes correctly
for _WIN32.

prof_int.h: Added comment to profile state structure

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8318 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/prof_file.c
src/util/profile/prof_int.h
src/util/profile/prof_parse.c
src/util/profile/profile.hin
src/util/profile/test_parse.c
src/util/profile/test_profile.c