Ticket Change Details
Not logged in
Overview

Artifact ID: 181bed9f3e0ff0d27b9c1f70dd5d96163f42b64e
Ticket: cff2eebf062d448381ae46799538e7c7695e4d17
althttpd.c missing header on FreeBSD...
User & Date: anonymous 2013-01-08 21:09:03
Changes

  1. Untracked field icomment:
    When compiling althttpd.c on FreeBSD, there's a missing header. Since you can't submit tickets on <a href="https://www.sqlite.org/docsrc/finfo?name=misc/althttpd.c">sqlite.org/misc/althttpd.c</a>, I'm including it here since it's used primarily for fossil.
    
    <pre>--- althttpd.c.orig	2013-01-08 20:51:11.000000000 +0000
    +++ althttpd.c	2013-01-08 20:51:05.000000000 +0000
    @@ -86,6 +86,9 @@
     #include <sys/sendfile.h>
     #endif
     #include <assert.h>
    +#ifdef __FreeBSD__
    +# include <signal.h>
    +#endif
     
     /*
     ** Configure the server by setting the following macros and recompiling.</pre>
    
  2. Untracked field login: "nobody"
  3. Untracked field mimetype: "text/html"
  4. private_contact changed to: "84f59114b7eee7088fd7e2932599c69c9ad0761b"
  5. severity changed to: "Minor"
  6. status changed to: "Open"
  7. title changed to: "althttpd.c missing header on FreeBSD..."
  8. type changed to: "Build_Problem"