diff options
author | Guy Harris <guy@alum.mit.edu> | 1998-11-15 05:40:23 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1998-11-15 05:40:23 +0000 |
commit | a2fe97acd2ac655bb7163f1b2feb41298f4d1058 (patch) | |
tree | 4436b1e50b0cc93e209b5e24096fa7b3e6c8f3a7 /acconfig.h | |
parent | 86bf1fc851b5564f5700a937de3213e8354aa52e (diff) | |
download | wireshark-a2fe97acd2ac655bb7163f1b2feb41298f4d1058.tar.gz wireshark-a2fe97acd2ac655bb7163f1b2feb41298f4d1058.tar.bz2 wireshark-a2fe97acd2ac655bb7163f1b2feb41298f4d1058.zip |
Back out some changes accidentally commited by the previous checkin - I
forgot that CVS, unlike Perforce, doesn't let you edit the list of files
it gives you in the editor and cause those files *not* to be committed,
it requires you to specify the files to be committed if you only want
some files committed.
svn path=/trunk/; revision=92
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 49aaba9156..e24f8eb258 100644 --- a/acconfig.h +++ b/acconfig.h @@ -2,7 +2,7 @@ #undef VERSION -#undef HAVE_SA_LEN +#undef HAVE_SOCKADDR_SA_LEN #undef DATAFILE_DIR |