diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
commit | 349642a84039a4b026513c32a3b4f8594acd50df (patch) | |
tree | 9b9cbf9f46b1450811697c2487dd3320fe4830c6 /pico/osdep/signals.c | |
parent | eefc696ec87ae287803aa68032649e5a7a9b89d0 (diff) | |
download | alpine-349642a84039a4b026513c32a3b4f8594acd50df.tar.xz |
* New version 2.21.999
* rewrite of some code in pith/ical.c to make sure function prototypes are
correct.
* Add a separator line to the calendar entry in case, the calendar is sent
as the main body of the message.
Diffstat (limited to 'pico/osdep/signals.c')
-rw-r--r-- | pico/osdep/signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/osdep/signals.c b/pico/osdep/signals.c index 0ae8456e..0e13f277 100644 --- a/pico/osdep/signals.c +++ b/pico/osdep/signals.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: signals.c 769 2007-10-24 00:15:40Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |