mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
571 B
C
13 lines
571 B
C
--- network.c.orig 2002-03-24 05:49:56 UTC
|
|
+++ network.c
|
|
@@ -225,7 +225,8 @@ int http_open(char *arg)
|
|
* a html page and not the stream */
|
|
snprintf(http_request, sizeof(http_request), "GET /%s HTTP/1.0\r\n"
|
|
/* "User-Agent: Mozilla/2.0 (Win95; I)\r\n" */
|
|
- "Pragma: no-cache\r\n" "Host: %s\r\n" "Accept: */*\r\n" "\r\n", filename, host);
|
|
+ "User-Agent: mpg321/%s\r\n"
|
|
+ "Pragma: no-cache\r\n" "Host: %s\r\n" "Accept: */*\r\n" "\r\n", filename, VERSION, host);
|
|
|
|
send(tcp_sock, http_request, strlen(http_request), 0);
|
|
|