]> git.pld-linux.org Git - packages/dchub.git/blob - missing-extern.patch
- fix missing extern for global var
[packages/dchub.git] / missing-extern.patch
1 --- dchub-0.5.2/src/hub_passwd.h~       2003-02-25 15:43:16.000000000 +0100
2 +++ dchub-0.5.2/src/hub_passwd.h        2021-05-09 11:57:20.482877978 +0200
3 @@ -35,7 +35,7 @@
4  /**************************/
5  /* hub password LMP entry */
6  /**************************/
7 -LMP_ENTRY *hp_lmp;
8 +extern LMP_ENTRY *hp_lmp;
9  
10  /****************************/
11  /* HUB_PASS_ROW entry_flags */
This page took 0.074258 seconds and 3 git commands to generate.