X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=zephyr%2Flib%2FZFreeNot.c;h=9e6f8b83422138455a7a8b4de61ff4a10a7ca6bb;hb=30a8a079fa1ad5b92eb6551e5c2e1bf30ab1dfa5;hp=f5ce36098ed22791a3bbf6fd86bed1032690f1c9;hpb=8e6883d804cf67d90a8ab54863aae38205bc5340;p=1ts-debian.git diff --git a/zephyr/lib/ZFreeNot.c b/zephyr/lib/ZFreeNot.c index f5ce360..9e6f8b8 100644 --- a/zephyr/lib/ZFreeNot.c +++ b/zephyr/lib/ZFreeNot.c @@ -3,7 +3,7 @@ * * Created by: Robert French * - * $Id$ + * $Id: ZFreeNot.c 2135 2008-01-21 03:39:30Z kcr $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -11,13 +11,13 @@ */ #ifndef lint -static char rcsid_ZFreeNotice_c[] = "$Id$"; +static const char rcsid_ZFreeNotice_c[] = "$Id: ZFreeNot.c 2135 2008-01-21 03:39:30Z kcr $"; #endif #include -Code_t ZFreeNotice(notice) - ZNotice_t *notice; +Code_t +ZFreeNotice(ZNotice_t *notice) { free(notice->z_packet); return 0;