diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-10-03 20:32:22 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-10-03 20:32:22 -0600 |
commit | da6cdd6b8083201c66349133693a173704f5d4df (patch) | |
tree | 0118a022be15f2401c2092dc541109e6336d356c /pith/osdep/mimedisp.c | |
parent | a443129c36cd2f93c48a00c6b59b25c7585c64c2 (diff) | |
download | alpine-da6cdd6b8083201c66349133693a173704f5d4df.tar.xz |
* Code clean up and removal of some warnings.
Diffstat (limited to 'pith/osdep/mimedisp.c')
-rw-r--r-- | pith/osdep/mimedisp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pith/osdep/mimedisp.c b/pith/osdep/mimedisp.c index 8fec4eb6..80b48c92 100644 --- a/pith/osdep/mimedisp.c +++ b/pith/osdep/mimedisp.c @@ -1,11 +1,7 @@ -#if !defined(lint) && !defined(DOS) -static char rcsid[] = "$Id: mimedisp.c 942 2008-03-04 18:21:33Z hubert@u.washington.edu $"; -#endif - /* * ======================================================================== - * Copyright 2006-2008 University of Washington * Copyright 2013-2021 Eduardo Chappa + * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |