1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

added cvs id tags

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@383 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2005-11-10 00:41:24 +00:00
parent ecd2704ae4
commit 39dd056722
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Philip Kovacs (kovacsp3@comcast.net) 2005
# Make programs for testing libtcp-portmon and hash stuff up in ../src
# Sorry no autoconf/automake for this stuff as of now.
#
# $Id$
# --------------------------------------------------------------------
#CFLAGS = -g -Wall

View File

@ -1,6 +1,8 @@
/* ------------------------------------------------------
* test-hash.c: unit testing for hash functions in hash.h
* Philip Kovacs kovacsp3@comcast.net 2005
*
* $Id$
* ------------------------------------------------------*/
#include <stdio.h>

View File

@ -1,6 +1,8 @@
/* -------------------------------------------------------
* test-portmon.c: unit testing for libtcp-portmon library
* Philip Kovacs (kovacsp3@comcast.net) 2005
*
* $Id$
* ------------------------------------------------------*/
#include <signal.h>