diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-07 01:07:49 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-07 01:07:49 +0000 |
commit | 019c84c188fc5f351d43d23f9f601e5dfde1f8bb (patch) | |
tree | 0425203d68b64dfcd20abe164ab72fd7cc1e97af /www/elinks/files/patch-default.c | |
parent | Add db41-4.1.25 after a repocopy from databases/db4. (diff) |
Latest version.
Patch adds printing ability, on the fly gzip/gunzip for downloads, etc.
Just save file to |command line.
Notes
Notes:
svn path=/head/; revision=72659
Diffstat (limited to 'www/elinks/files/patch-default.c')
-rw-r--r-- | www/elinks/files/patch-default.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/elinks/files/patch-default.c b/www/elinks/files/patch-default.c deleted file mode 100644 index f525fdc05692..000000000000 --- a/www/elinks/files/patch-default.c +++ /dev/null @@ -1,11 +0,0 @@ ---- default.c.orig Sun Dec 31 14:26:52 2000 -+++ default.c Tue Mar 20 09:32:18 2001 -@@ -265,7 +265,7 @@ - get_system_name(); - links_home = get_home(&first_use); - if (!links_home) { -- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007"); -+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n"); - sleep(3); - return; - } |