libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

commit 567bb41cdb15ba1202918c123c97ec7c8462f6d2
parent 812d23a2fa80f2862e6fa80273c1f72aa5519280
Author: Kris Maglione <jg@suckless.org>
Date:   Tue,  6 Mar 2007 03:29:46 -0500

Change reference to ssid to libixp in the README.

Diffstat:
README | 4++--
util.c | 2--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -5,10 +5,10 @@ libixp is an extremly simple 9P stand-alone library. Installation ------------ -Edit config.mk to match your local setup. ssid is installed into +Edit config.mk to match your local setup. libixp is installed into /usr/local by default. -Afterwards enter the following command to build and install ssid +Afterwards enter the following command to build and install libixp (if necessary as root): $ make clean install diff --git a/util.c b/util.c @@ -80,8 +80,6 @@ ixp_tokenize(char **result, unsigned int reslen, char *str, char delim) { return i; /* number of tokens */ } -/* $OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $ */ - /* * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved.