ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/import_libevent
(Generate patch)

Comparing libev/import_libevent (file contents):
Revision 1.12 by root, Fri Dec 7 19:15:39 2007 UTC vs.
Revision 1.13 by root, Fri Dec 7 19:23:48 2007 UTC

1#!/bin/sh 1#!/bin/sh
2
3if ! [ -e evbuffer.c ]; then
4 echo do not run this programm unless you know what you are doing
5 exit 1
6fi
7
8# this program combines libev and libevent into a single package
9
10cvs update -AdP
2 11
3LE=../libevent-1.4.0-beta 12LE=../libevent-1.4.0-beta
4 13
5cp $LE/evdns.h . 14cp $LE/evdns.h .
6 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines