[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] ship strlcat and strlcpy with the tarball, but don"t compil...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] ship strlcat and strlcpy with the tarball, but don"t compil...
- From: arma@seul.org (Roger Dingledine)
- Date: Fri, 19 Mar 2004 01:39:55 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 19 Mar 2004 01:40:11 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common
Modified Files:
Makefile.am
Log Message:
ship strlcat and strlcpy with the tarball, but don't compile them
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/common/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.am 17 Mar 2004 07:28:09 -0000 1.16
+++ Makefile.am 19 Mar 2004 06:39:52 -0000 1.17
@@ -5,4 +5,4 @@
libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c tortls.c
-noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h
+noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h strlcpy.c strlcat.c