mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
7 lines
100 B
C
7 lines
100 B
C
#include "f2c.h"
|
|
|
|
shortint
|
|
h_len (char *s __attribute__ ((__unused__)), ftnlen n)
|
|
{
|
|
return (n);
|
|
}
|