~ubuntu-branches/ubuntu/lucid/fpc/lucid-proposed

« back to all changes in this revision

Viewing changes to fpcsrc/packages/libc/src/nudph.inc

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-10-09 23:29:00 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081009232900-553f61m37jkp6upv
Tags: 2.2.2-4
[ Torsten Werner ]
* Update ABI version in fpc-depends automatically.
* Remove empty directories from binary package fpc-source.

[ Mazen Neifer ]
* Removed leading path when calling update-alternatives to remove a Linitian
  error.
* Fixed clean target.
* Improved description of packages. (Closes: #498882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
type
 
3
   Pudphdr = ^udphdr;
 
4
   udphdr = record
 
5
        source : u_int16_t;
 
6
        dest : u_int16_t;
 
7
        len : u_int16_t;
 
8
        check : u_int16_t;
 
9
     end;
 
10
 
 
11
const
 
12
   SOL_UDP = 17;
 
13
 
 
14
 
 
15
{ ---------------------------------------------------------------------
 
16
    Borland compatibility types
 
17
  ---------------------------------------------------------------------}
 
18
 
 
19
// Type