add comment - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
 (HTM) git clone https://git.drkhsh.at/tty-clock.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2eda6156bbb3afaed4b3afc3f63451b077673563
 (DIR) parent a266fb4d16f12c5bdf6fc410234b405338f6a7bf
 (HTM) Author: martin <xorg62@gmail.com>
       Date:   Sat, 14 Jun 2008 23:09:55 +0200
       
       add comment
       
       Diffstat:
         M clock.c                             |      20 ++++++++++++++++++++
       
       1 file changed, 20 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/clock.c b/clock.c
       @@ -1,3 +1,23 @@
       +/*                clock.c         - TTY-Clock main function
       + *
       + *                Copyright © 2008 Duquesnoy Martin <xorg62@gmail.com>
       + *
       + *                This program is free software; you can redistribute it and/or modify
       + *                it under the terms of the GNU General Public License as published by
       + *                the Free Software Foundation; either version 2 of the License, or
       + *                (at your option) any later version.
       + *
       + *                This program is distributed in the hope that it will be useful,
       + *                but WITHOUT ANY WARRANTY; without even the implied warranty of
       + *                MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       + *                GNU General Public License for more details.
       + *
       + *                You should have received a copy of the GNU General Public License
       + *                along with this program; if not, write to the Free Software
       + *                Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
       + *                MA 02110-1301, USA.
       + */
       +
        #include <stdlib.h>
        #include <time.h>
        #include <ncurses.h>