Changeset f5f2768 for driver


Ignore:
Timestamp:
Feb 16, 2023, 4:37:25 PM (17 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
fbdfcd8
Parents:
1c80f20
git-author:
Peter A. Buhr <pabuhr@…> (02/16/23 16:34:37)
git-committer:
Peter A. Buhr <pabuhr@…> (02/16/23 16:37:25)
Message:

make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and CONST_SOCKADDR_ARG, move sys/socket.h to first include because of anonymous naming problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r1c80f20 rf5f2768  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jul 14 21:55:12 2021
    13 // Update Count     : 467
     12// Last Modified On : Tue Feb 14 22:46:38 2023
     13// Update Count     : 470
    1414//
    1515
     
    444444
    445445        args[nargs++] = "-fexceptions";                                         // add exception flags (unconditionally)
     446        args[nargs++] = "-D_GNU_SOURCE";                                        // force gnu libraries
    446447
    447448        // add flags based on the type of compile
Note: See TracChangeset for help on using the changeset viewer.