diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-22 19:47:54 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-24 20:40:46 +0100 |
commit | c50233695e002d9f7c872821f7b90cdea632dd30 (patch) | |
tree | 9fb19f7006449410a499a23c7d7290eba4617cb0 /source3 | |
parent | dbc79381a87269e8ca0631e001aebb064ab4851b (diff) | |
download | samba-c50233695e002d9f7c872821f7b90cdea632dd30.tar.gz samba-c50233695e002d9f7c872821f7b90cdea632dd30.tar.bz2 samba-c50233695e002d9f7c872821f7b90cdea632dd30.zip |
Add tevent_req_is_unix_error
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 4cd25c8cee..73b2989421 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -339,7 +339,8 @@ UTIL_OBJ = ../lib/util/rbtree.o ../lib/util/signal.o ../lib/util/time.o \ ../lib/util/util.o ../lib/util/fsusage.o \ ../lib/util/params.o ../lib/util/talloc_stack.o \ ../lib/util/genrand.o ../lib/util/util_net.o \ - ../lib/util/become_daemon.o ../lib/util/system.o + ../lib/util/become_daemon.o ../lib/util/system.o \ + ../lib/util/tevent_unix.o CRYPTO_OBJ = ../lib/crypto/crc32.o ../lib/crypto/md5.o \ ../lib/crypto/hmacmd5.o ../lib/crypto/arcfour.o \ |