Skip to content

Commit

Permalink
update-patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Valchev committed May 24, 2003
1 parent ca309fe commit 5cedfb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--- libmsg/connect.c.orig Tue May 11 13:45:26 1999
+++ libmsg/connect.c Tue May 11 13:48:06 1999
@@ -106,11 +106,13 @@
$OpenBSD: patch-libmsg_connect_c,v 1.1 2003/05/24 19:13:08 pvalchev Exp $
--- libmsg/connect.c.orig Sun Apr 12 13:37:42 1998
+++ libmsg/connect.c Sat May 24 13:12:29 2003
@@ -109,11 +109,13 @@ client_connect(void)

/* bind it to a unix-domain at a temporary address */
addr.sun_family = AF_UNIX;
Expand All @@ -15,7 +16,7 @@
perror("bind");
return -1;
}
@@ -119,10 +121,14 @@
@@ -122,10 +124,14 @@ client_connect(void)

fd = wilyfifotalk(); /* fifo to wily */
if(fd<0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--- wily/text2.c.orig Tue May 11 13:43:17 1999
+++ wily/text2.c Tue May 11 13:44:20 1999
@@ -136,11 +136,12 @@
$OpenBSD: patch-wily_text2_c,v 1.1 2003/05/24 19:13:08 pvalchev Exp $
--- wily/text2.c.orig Sat Apr 11 13:21:28 1998
+++ wily/text2.c Sat May 24 13:12:29 2003
@@ -136,11 +136,12 @@ text_write(Text *t, char *fname) {
int
text_fd(Text *t, Range sel)
{
Expand Down

0 comments on commit 5cedfb5

Please sign in to comment.