File: luaopen_socketunix.dpatch

package info (click to toggle)
luasocket 2.0.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 764 kB
  • ctags: 652
  • sloc: ansic: 3,148; sh: 131; makefile: 89
file content (18 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh /usr/share/dpatch/dpatch-run
## luaopen_socketunix.dpatch by Enrico Tassi <gareuselesinge@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad trunk~/src/unix.h trunk/src/unix.h
--- trunk~/src/unix.h	2006-04-27 05:23:21.000000000 +0200
+++ trunk/src/unix.h	2006-09-13 17:25:09.000000000 +0200
@@ -23,6 +23,6 @@
 } t_unix;
 typedef t_unix *p_unix;
 
-int luaopen_socketunix(lua_State *L);
+int luaopen_socket_unix(lua_State *L);
 
 #endif /* UNIX_H */